* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
  font-family: dana !important;
}

.languages-wrapper button.active {
  background: #323232;
}
.languages-wrapper button {
  all: unset;
  display: flex !important;
  align-items: center;
  justify-content: center;
  display: inline-block;
  padding: 5px 10px;
  background: #3232326b;
  border-radius: 10px;
}
.languages-wrapper button img {
  display: block;
  width: 25px;
  height: 25px;
}

#language-container {
  position: absolute;
  top: 1rem;
  left: 1rem;

  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#languageSelect img {
  width: 100%;
  height: 100%;
}
#languageSelect {
  all: unset;
  padding: 5px;
  font-size: 16px;
  background-color: transparent;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
#languageSelect:hover {
  background: #fafafa3b;
}

.languages-wrapper {
  position: absolute;
  left: 0;
  border: 1px solid transparent;
  padding: 3px;
  width: 90px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.6s;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.show-wrapper {
  opacity: 1;
  height: 190px;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
}
.waiter-open-modal-btn img {
  width: 30px;
  height: 30px;
}
.waiter-open-modal-btn {
  margin-left: 3px;
  width: 35px;
  height: 35px;
  border: none;
  background-color: transparent;
  margin-top: 3.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#event {
  font-family: dana;
  position: fixed;
  background-color: #dc9442;
  top: -80px;
  z-index: 100;
  width: 100%;
  transition: 1s;
  opacity: 0;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#event p {
  text-align: center;
}

#event button {
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  font-family: inherit;
  background-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  background: #000000;
  height: 100svh;
  width: 700px;
}

/* popup container */
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.first-page {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.first-page_logo {
  width: 142px;
  height: 142px;
  margin-right: 45px;
  margin-top: 30px;
}

.first-page_logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.first-page_quote {
  margin-right: 45px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  font-family: dana;
  margin-top: 20px;
}

.first-page_social {
  /* background-color: rgba(0, 0, 0, 0.4); */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  border-radius: 24px;

  position: absolute;
  align-self: center;
  bottom: 4svh;
}

.social-media-items {
  /* background-color: rgba(0, 0, 0, 0.4); */

  backdrop-filter: blur(60px);
  border-radius: 24px;

  padding: 10px 18px 1px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

#categories.nextCat {
  max-height: unset;
  overflow-y: unset;
}

#categories {
  width: 145px;

  position: relative;
  left: -20px;
  margin-top: 50px;

  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: flex-end;
  max-height: 330px;
  max-height: 41%;
  overflow-y: scroll;
}

#categories .category {
  display: flex;
  align-items: center;

  justify-content: center;

  background: linear-gradient(285.5deg, #c96424 7.38%, #ffa75f 91.69%);
  box-shadow: 25px 0px 5px 0px rgba(0, 0, 0, 0.25) inset;

  height: 49px;
  min-height: 49px;
  max-height: 49px;
  width: 100%;
  border-radius: 0 16px 16px 0;
  color: #fff;
}
#categories.categories-v5 .category {
  background: linear-gradient(
    285.5deg,
    #a1812c 7.38%,
    #e5c24e 91.69%
  ) !important;
  box-shadow: 9px 0px 5px 0px rgba(0, 0, 0, 0.25) inset;
}

#categories .category.nextImg {
  width: 0;
  position: relative;
  left: -73px;
  top: 60px;
}

/* second page */
.second-page {
  background: var(--bg);
  color: #fff;
  position: relative;
  width: 100%;
  height: 100svh;
  font-family: vazir;

  overflow: hidden;
}

.second-page__header {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.second-page__prev {
  width: 35px;
  height: 35px;
  margin: 10px 16px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#foods {
  height: calc(100svh - 160px);
  padding: 10px 16px 0;
  overflow-y: scroll;
  display: flex;

  flex-direction: column;
  gap: 40px;

  padding-bottom: 15svh;
}

.item {
  width: 100%;
  height: 100px;
  display: flex;
  gap: 16px;
}
.food-v4 .item {
  background-color: rgb(168 180 171 / 20%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 14px;
}
.box2 {
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.item-image {
  width: 155px;
  height: 97px;
  border-radius: 8px;
  overflow: hidden;
}

.item-image img {
  border-radius: 8px;
  width: 103px;
  height: 100%;
  object-fit: cover;
}

.item-details {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
}

.item-details h2 {
  font-weight: 400;
  font-size: 1rem;
  color: #323232;
}

.item-details h3 {
  font-weight: 400;
  font-size: 0.9rem;
  color: #727272;
}

.item-details span {
  align-self: flex-end;
  font-weight: 400;
  font-size: 1rem;
  color: #323232;
  font-family: dana;
}
/* .sepehr-v5-special .item-details span, .sepehr-v5-foods .item-details span{
  font-family: initial !important;
  font-size: 20px !important;
  font-weight: 600 !important;
} */
.sepehr-v5-special.en .item-details span,
.sepehr-v5-foods.en .item-details span {
  font-family: initial !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.item-details .currency {
  margin-right: 5px;
  font-size: 0.7rem;
}
.sepehr-v5-special .item-details span::after,
.sepehr-v5-foods .item-details span::after {
  content: none !important;
}

.item-details span.not-exist::after {
  content: "";
}

.menuSwiper {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 8.5vh;
  height: 20vh;
  background: linear-gradient(
      215.77deg,
      #f5f7fb 25.7%,
      #ffffff 47.18%,
      #f5f7fb 73.04%
    ),
    linear-gradient(0deg, #ffffff, #ffffff);
}

/* .item:last-child {
  margin-bottom: 130px;
} */

.slide-icon {
  width: 40px;
  height: 40px;
}

.active-category {
  color: #6079a8 !important;
  font-weight: 700 !important;
}

svg rect {
  fill: transparent;
  stroke: transparent;
}

.option-rot svg path {
  stroke: #c3cddf !important;
  stroke-width: 2px !important;
}

.active-category svg path {
  stroke: #6079a8 !important;
  stroke-width: 2px !important;
}

.categorySwiper .swiper-slide:last-child {
  margin-left: 10px;
}

#special {
  height: 165px;
  margin: 0 16px 20px;
}

#special .swiper-slide {
  height: 75%;
  display: flex;
  gap: 16px;
  /* background-color: rgba(96, 121, 168, 1); */
  background-color: var(--primary-color);
  border-radius: 16px;
  padding: 8px;
}
#special.sepehr-v5-special .swiper-slide {
  background-color: #a1812c !important;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 16px;
  transition: 0.2s ease-in;
}

.swiper-pagination-bullet-active {
  width: 32px;
  /* background-color: rgba(96, 121, 168, 1); */
  background-color: var(--primary-color);
}
.sepehr-v5-special .swiper-pagination-bullet-active {
  background-color: #a1812c !important;
}

#special-text {
  margin: 2px 16px 10px;
  color: var(--primary-color);
}
.sepehr-v5-special-text {
  color: #a1812c !important;
}

#special-text,
#special {
  display: none;
}

#special .swiper-slide .item-image {
  height: 105px !important;
  border-radius: 8px;
  overflow: hidden;
}

#special .swiper-slide .item-image img {
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.isEnglish {
  font-family: gill sans !important;
}

#special .item-details h2 {
  color: rgba(255, 255, 255, 1);
  /* color: var(--primary-color); */
}

#special .item-details h3 {
  color: rgba(216, 216, 216, 1);
  /* color: var(--secondary-color); */
}

#special .item-details span {
  color: rgba(255, 255, 255, 1);
  /* color: var(--secondary-color); */
}

#sub-categories {
  height: 125px;
  width: 100%;
  padding: 0 10px;

  position: absolute;
  bottom: 0svh;
}

#sub-categories .swiper-wrapper {
  align-items: center;
}

#sub-categories .swiper-slide-active {
  transform: translateY(-20px);
  opacity: 1 !important;

  /* box-shadow: 0px 0px 8px 0px rgba(7, 32, 97, 0.75); */
  box-shadow: 0px 0px 8px 0px var(--secondary-color);
}

#sub-categories .swiper-slide {
  width: 90px;
  height: 90px;
  border-radius: 16px;
  /* background-color: rgba(96, 121, 168, 1); */
  background: var(--primary-color);
  transition: 0.2s;
  opacity: 0.75;
  padding: 0 5px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;

  font-family: iran yekan !important;
  color: #fff;
}
#sub-categories.sepehr-v5-sub-categories .swiper-slide {
  background: #a1812c;
}

#sub-categories .swiper-slide p {
  font-size: 0.725rem;
}

#sub-categories .swiper-slide img {
  filter: brightness(0) invert(1);
}

#change-data {
  display: none;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  position: fixed;
  top: 40%;
  right: 33%;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 7px;
  width: 30%;
}
div.modal-content div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 110px;
}

div.modal-content div p {
  font-family: dana;
  text-align: center;
}

@media screen and (max-width: 314px) {
  .modal-content {
    right: 4%;
    width: 92%;
  }
}
@media screen and (max-width: 370px) and (min-width: 315px) {
  .modal-content {
    right: 18%;
    width: 65%;
  }
}
@media screen and (max-width: 531px) and (min-width: 371px) {
  .modal-content {
    right: 22.5%;
    width: 55%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 951px) {
  .modal-content {
    right: 33%;
    width: 34%;
  }
}

#big-div {
  width: 100%;
  color: white;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

#big-img {
  border-radius: 5px;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  min-width: 80%;
  min-height: 80%;
}

.swiper-wrapper .swiper-slide img {
  cursor: pointer;
}
